GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-10T08:31:17.9026988+00:00",
"SubmitDate": "2026-04-10T08:31:17.9026988+00:00",
"ReportPeriodStart": "2026-04-10T08:31:17.9026988+00:00",
"ReportPeriodEnd": "2026-04-10T08:31:17.9026988+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "30a89356-1a8d-4640-b4bd-53929d5ad98f",
"Rows": [
{
"ItemId": "c2f1bc5f-831c-43c9-bc66-e3e470498f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c2f1bc5f-831c-43c9-bc66-e3e470498f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "30a89356-1a8d-4640-b4bd-53929d5ad98f",
"Rows": [
{
"ItemId": "c2f1bc5f-831c-43c9-bc66-e3e470498f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c2f1bc5f-831c-43c9-bc66-e3e470498f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46d17016-7f4d-406c-933c-7276d8009317",
"151a22cf-e09d-4215-9b62-9ca95bd5d5c5"
],
"Approvers": [
"e9ef0851-d029-4646-ac2c-8e87380f49b0",
"61ad944d-49b1-4465-b464-8f39b1c17da3"
],
"ApprovedBy": "3dee88d6-119f-4ba2-a537-e652e301ba69",
"ApprovalDate": "2026-04-10T08:31:17.9026988+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b61ce3bd-a153-49e7-b47f-4479d7a4570a",
"id": "720626fb-ac99-4d7c-abd6-6af34247fd6b",
"ConfigId": "63c68708-7707-4340-ad12-635d53513dc5"
},
{
"GenerationDate": "2026-04-10T08:31:17.9026988+00:00",
"SubmitDate": "2026-04-10T08:31:17.9026988+00:00",
"ReportPeriodStart": "2026-04-10T08:31:17.9026988+00:00",
"ReportPeriodEnd": "2026-04-10T08:31:17.9026988+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "30a89356-1a8d-4640-b4bd-53929d5ad98f",
"Rows": [
{
"ItemId": "c2f1bc5f-831c-43c9-bc66-e3e470498f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c2f1bc5f-831c-43c9-bc66-e3e470498f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "30a89356-1a8d-4640-b4bd-53929d5ad98f",
"Rows": [
{
"ItemId": "c2f1bc5f-831c-43c9-bc66-e3e470498f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c2f1bc5f-831c-43c9-bc66-e3e470498f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46d17016-7f4d-406c-933c-7276d8009317",
"151a22cf-e09d-4215-9b62-9ca95bd5d5c5"
],
"Approvers": [
"e9ef0851-d029-4646-ac2c-8e87380f49b0",
"61ad944d-49b1-4465-b464-8f39b1c17da3"
],
"ApprovedBy": "3dee88d6-119f-4ba2-a537-e652e301ba69",
"ApprovalDate": "2026-04-10T08:31:17.9026988+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b61ce3bd-a153-49e7-b47f-4479d7a4570a",
"id": "720626fb-ac99-4d7c-abd6-6af34247fd6b",
"ConfigId": "63c68708-7707-4340-ad12-635d53513dc5"
}
]